﻿
li {
    list-style: outside none none;
}

.container {
   
    float: left;
   
}
.page_navigation, .alt_page_navigation {
    float: left;
    padding-left: 30%;
    width: 75%;
}

.pagination-mobile .page_navigation, .alt_page_navigation {
    float: left;
    padding-left: 120px !important;
    width: 364px !important;
}


.typeForfais .page_navigation, .alt_page_navigation {
    float: left;
    padding-left: 35% !important;
    width: 75%;
}


.presse-pdf .page_navigation, .alt_page_navigation {
    float: left;
    padding-left: 10% !important;
    width: 90% !important;
}

.page_navigation a, .alt_page_navigation a {
  
   
    color: #585555;
    float: left;
    font-family: Tahoma;
    font-size: 12px;
    margin: 20px 2px 2px;
    padding: 10px 12px;
    text-decoration: none !important;
	/*display:inline !important;*/
}
.active_page {
    background-color: #c98f4e !important;
    color: #FFF !important;
    font-weight:bold;
}
.pagination-container .content, .alt_content {
    color: black;
    margin-bottom: 20px;
}
.pagination-container .content li, .alt_content li,.pagination-container .content > p {
}
.typeForfais.container .liste-article {
    padding-left: 0 !important;
}
.typeForfais.container .liste-article .liste-suite {
    width: 400px !important;
}
.typeForfais.container .page_navigation {
  /*  margin-left: 200px;
    margin-top: 20px !important;*/
    padding-top: 20px !important;
}
.panes0, .panes1, .panes2, .panes3, .panes4, .panes5, .panes6, .panes7 .panes8 {
    padding: 0 !important;
}


.next_link
{
    background-image: url("next.png");
    background-position: center center;
    background-repeat: no-repeat;
   
    color: #333;
    cursor: pointer;
    margin-right: 15px;
    padding: 5px 15px;
    text-decoration: none !important;
}

.previous_link
{
    background-image: url("prev.png");
    background-position: center center;
    background-repeat: no-repeat;
   
    color: #333;
    cursor: pointer;
    margin-right: 4px;
    padding: 5px 15px;
}

.first_link
{
    background-image: url("prev0.png");
    background-position: center center;
    background-repeat: no-repeat;
   
    color: #333;
    cursor: pointer;
    margin-right: 4px;
    padding: 5px 15px;
}


.last_link
{
    background-image: url("next0.png");
    background-position: center center;
    background-repeat: no-repeat;
    
    color: #333;
    cursor: pointer;
    margin-right: 15px;
    padding: 5px 15px;
    text-decoration: none !important;
}

@media screen and (max-width: 768px) {
	.page_navigation, .alt_page_navigation {
    float: left;
    padding-left: 1%;
    width: 90%;
}
}